Expand description
Common abstractions used by all Rune proc blocks.
§Feature Flags
This crate has the following cargo feature flags:
derive- re-export the#[derive(ProcBlock)]from thehotg-rune-proc-block-macroscrate
Structs§
- Proc
Block Descriptor - A description of everything a particular proc block is capable of.
- Tensor
- A multidimensional array with copy-on-write semantics.
- Tensor
Descriptor - Tensor
Descriptors - Transform
Descriptor
Enums§
Constants§
- VERSION
- This crate’s version.
Traits§
- Proc
Block - The base trait that all proc blocks must implement.
- Transform
- Process some data, transforming it from one form to another.
Derive Macros§
- Proc
Block - Derive the
ProcBlocktrait for a particular type.